home *** CD-ROM | disk | FTP | other *** search
/ Easy Internet / Internet Training Corporation Easy Internet Rev21 (ITC).ISO / pc / data / 1006.scp < prev    next >
Text File  |  1997-04-25  |  212b  |  13 lines

  1. proc main
  2.     transmit "^M"
  3.    waitfor "name:"
  4.    transmit $USERID
  5.    transmit "^M"
  6.    waitfor "word:"
  7.    transmit $PASSWORD
  8.    transmit "^M"
  9.    waitfor ">"
  10.    transmit "ppp"
  11.    transmit "^M"
  12. endproc
  13.